JSPM

nexus_greeting_test_2

1.0.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 6
    • Score
      100M100P100Q8674F
    • License ISC

    This is just test

    Package Exports

    • nexus_greeting_test_2
    • nexus_greeting_test_2/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nexus_greeting_test_2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    ��# lodash v4.17.21 The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules. ## Installation Using npm: shell $ npm i -g npm $ npm i --save lodash In Node.js: js // Load the full build. var _ = require('lodash'); // Load the core build. var _ = require('lodash/core'); // Load the FP build for immutable auto-curried iteratee-first data-last methods. var fp = require('lodash/fp'); // Load method categories. var array = require('lodash/array'); var object = require('lodash/fp/object'); // Cherry-pick methods for smaller browserify/rollup/webpack bundles. var at = require('lodash/at'); var curryN = require('lodash/fp/curryN'); See the [package source](https://github.com/lodash/lodash/tree/4.17.21-npm) for more details. Note:<br> Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL.