require-node-example
Version:
An example for how to use npm package: require-node & require-node-loader
62 lines (61 loc) • 1.88 kB
JSON
{
"_from": "global-modules-path@^2.3.0",
"_id": "global-modules-path@2.3.0",
"_inBundle": false,
"_integrity": "sha512-HchvMJNYh9dGSCy8pOQ2O8u/hoXaL+0XhnrwH0RyLiSXMMTl9W3N6KUU73+JFOg5PGjtzl6VZzUQsnrpm7Szag==",
"_location": "/global-modules-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "global-modules-path@^2.3.0",
"name": "global-modules-path",
"escapedName": "global-modules-path",
"rawSpec": "^2.3.0",
"saveSpec": null,
"fetchSpec": "^2.3.0"
},
"_requiredBy": [
"/webpack-cli"
],
"_resolved": "https://registry.npmjs.org/global-modules-path/-/global-modules-path-2.3.0.tgz",
"_shasum": "b0e2bac6beac39745f7db5c59d26a36a0b94f7dc",
"_spec": "global-modules-path@^2.3.0",
"_where": "/Users/luoshaohua/open/require-node-example/example1_simple/node_modules/webpack-cli",
"author": {
"name": "Telerik",
"email": "support@telerik.com"
},
"bugs": {
"url": "https://github.com/rosen-vladimirov/global-modules-path/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Returns path to globally installed package",
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.8.1",
"istanbul": "0.4.5",
"mocha": "3.1.2",
"spec-xunit-file": "0.0.1-3"
},
"homepage": "https://github.com/rosen-vladimirov/global-modules-path#readme",
"keywords": [
"npm",
"global",
"installed",
"path"
],
"license": "Apache-2.0",
"main": "./lib/index.js",
"name": "global-modules-path",
"repository": {
"type": "git",
"url": "git+https://github.com/rosen-vladimirov/global-modules-path.git"
},
"scripts": {
"lint": "eslint lib/* test/*",
"test": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive --reporter spec-xunit-file --timeout 1500 test/"
},
"version": "2.3.0"
}