forgeplus-react/node_modules/install/package.json

72 lines
1.6 KiB
JSON

{
"_args": [
[
"install@0.12.2",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "install@0.12.2",
"_id": "install@0.12.2",
"_inBundle": false,
"_integrity": "sha512-+7thTb4Rpvs9mnlhHKGZFJbGOO6kyMgy+gg0sgM5vFzIFK0wrCYXqdlaM71Bi289DTuPHf61puMFsaZBcwDIrg==",
"_location": "/install",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "install@0.12.2",
"name": "install",
"escapedName": "install",
"rawSpec": "0.12.2",
"saveSpec": null,
"fetchSpec": "0.12.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/install/-/install-0.12.2.tgz",
"_spec": "0.12.2",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"bugs": {
"url": "https://github.com/benjamn/install/issues"
},
"description": "Minimal JavaScript module loader",
"devDependencies": {
"docco": "^0.8.0",
"mocha": "^5.0.0",
"reify": "^0.18.1",
"terser": "^3.10.0"
},
"engines": {
"node": ">= 0.10"
},
"homepage": "http://github.com/benjamn/install",
"keywords": [
"modules",
"require",
"commonjs",
"exports",
"browser",
"packaging",
"packager",
"install"
],
"license": "MIT",
"main": "install.js",
"name": "install",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/install.git"
},
"scripts": {
"docs": "scripts/docs.sh",
"prepublish": "scripts/prepublish.sh",
"test": "mocha --reporter spec --full-trace test/run.js"
},
"version": "0.12.2"
}