| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "install@0.13.0",
- "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
- ]
- ],
- "_from": "install@0.13.0",
- "_id": "install@0.13.0",
- "_inBundle": false,
- "_integrity": "sha1-avbp2p3QmH3iq0IPeOYNnBcmB3Y=",
- "_location": "/install",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "install@0.13.0",
- "name": "install",
- "escapedName": "install",
- "rawSpec": "0.13.0",
- "saveSpec": null,
- "fetchSpec": "0.13.0"
- },
- "_requiredBy": [
- "/xgplayer"
- ],
- "_resolved": "https://registry.npm.taobao.org/install/download/install-0.13.0.tgz",
- "_spec": "0.13.0",
- "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
- "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.16.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.13.0"
- }
|