You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.2 KiB
82 lines
2.2 KiB
{ |
|
"_from": "identity-obj-proxy@3.0.0", |
|
"_id": "identity-obj-proxy@3.0.0", |
|
"_inBundle": false, |
|
"_integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=", |
|
"_location": "/identity-obj-proxy", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "identity-obj-proxy@3.0.0", |
|
"name": "identity-obj-proxy", |
|
"escapedName": "identity-obj-proxy", |
|
"rawSpec": "3.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "3.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/react-scripts" |
|
], |
|
"_resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", |
|
"_shasum": "94d2bda96084453ef36fbc5aaec37e0f79f1fc14", |
|
"_spec": "identity-obj-proxy@3.0.0", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/react-scripts", |
|
"author": { |
|
"name": "Keyan Zhang", |
|
"email": "root@keyanzhang.com", |
|
"url": "http://keya.nz" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/keyanzhang/identity-obj-proxy/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"harmony-reflect": "^1.4.6" |
|
}, |
|
"deprecated": false, |
|
"description": "an identity object using ES6 proxies", |
|
"devDependencies": { |
|
"babel-core": "^6.11.4", |
|
"babel-jest": "^14.1.0", |
|
"babel-preset-es2015": "^6.9.0", |
|
"babel-preset-stage-0": "^6.5.0", |
|
"coveralls": "^2.11.12", |
|
"eslint": "^3.2.2", |
|
"eslint-config-airbnb-base": "^5.0.1", |
|
"eslint-plugin-import": "^1.12.0", |
|
"jest-cli": "^14.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
}, |
|
"homepage": "https://github.com/keyanzhang/identity-obj-proxy#readme", |
|
"jest": { |
|
"automock": false, |
|
"testPathDirs": [ |
|
"<rootDir>/src" |
|
] |
|
}, |
|
"keywords": [ |
|
"proxy", |
|
"proxies", |
|
"identity", |
|
"jest", |
|
"mock" |
|
], |
|
"license": "MIT", |
|
"main": "src/index.js", |
|
"name": "identity-obj-proxy", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/keyanzhang/identity-obj-proxy.git" |
|
}, |
|
"scripts": { |
|
"coverage": "node --harmony_proxies node_modules/.bin/jest --coverage", |
|
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls", |
|
"lint": "eslint src", |
|
"prepublish": "npm run lint && npm run test", |
|
"test": "node --harmony_proxies node_modules/.bin/jest" |
|
}, |
|
"version": "3.0.0" |
|
}
|
|
|