86 lines
2.2 KiB
JSON
86 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"identity-obj-proxy@3.0.0",
|
|
"/home/riddhi/frontend"
|
|
]
|
|
],
|
|
"_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",
|
|
"_spec": "3.0.0",
|
|
"_where": "/home/riddhi/frontend",
|
|
"author": {
|
|
"name": "Keyan Zhang",
|
|
"email": "root@keyanzhang.com",
|
|
"url": "http://keya.nz"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/keyanzhang/identity-obj-proxy/issues"
|
|
},
|
|
"dependencies": {
|
|
"harmony-reflect": "^1.4.6"
|
|
},
|
|
"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"
|
|
}
|