2017-09-13 07:52:34 +02:00

106 lines
2.5 KiB
JSON

{
"_args": [
[
{
"raw": "private@^0.1.6",
"scope": null,
"escapedName": "private",
"name": "private",
"rawSpec": "^0.1.6",
"spec": ">=0.1.6 <0.2.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\babel-core"
]
],
"_from": "private@>=0.1.6 <0.2.0",
"_id": "private@0.1.7",
"_inCache": true,
"_location": "/private",
"_nodeVersion": "4.7.3",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/private-0.1.7.tgz_1486316339625_0.9297276348806918"
},
"_npmUser": {
"name": "benjamn",
"email": "bn@cs.stanford.edu"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "private@^0.1.6",
"scope": null,
"escapedName": "private",
"name": "private",
"rawSpec": "^0.1.6",
"spec": ">=0.1.6 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/babel-core",
"/recast",
"/regenerator-transform"
],
"_resolved": "https://registry.npmjs.org/private/-/private-0.1.7.tgz",
"_shasum": "68ce5e8a1ef0a23bb570cc28537b5332aba63ef1",
"_shrinkwrap": null,
"_spec": "private@^0.1.6",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\babel-core",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"bugs": {
"url": "https://github.com/benjamn/private/issues"
},
"dependencies": {},
"description": "Utility for associating truly private state with any JavaScript object",
"devDependencies": {
"mocha": "^3.2.0"
},
"directories": {},
"dist": {
"shasum": "68ce5e8a1ef0a23bb570cc28537b5332aba63ef1",
"tarball": "https://registry.npmjs.org/private/-/private-0.1.7.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"private.js"
],
"gitHead": "cf3166de8d96dae5bae641559ea1b4e4aab1c0d3",
"homepage": "http://github.com/benjamn/private",
"keywords": [
"private",
"access control",
"access modifiers",
"encapsulation",
"secret",
"state",
"privilege",
"scope",
"es5"
],
"license": "MIT",
"main": "private.js",
"maintainers": [
{
"name": "benjamn",
"email": "bn@cs.stanford.edu"
}
],
"name": "private",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/private.git"
},
"scripts": {
"test": "mocha --reporter spec --full-trace test/run.js"
},
"version": "0.1.7"
}