Files
yahoo-thing/node_modules/static-extend/node_modules/define-property/package.json
2019-01-25 01:39:48 +01:00

106 lines
2.4 KiB
JSON

{
"_args": [
[
"define-property@^0.2.5",
"/home/beppe/Github/yahooApi/node_modules/static-extend"
]
],
"_from": "define-property@>=0.2.5 <0.3.0",
"_id": "define-property@0.2.5",
"_inCache": true,
"_installable": true,
"_location": "/static-extend/define-property",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "define-property",
"raw": "define-property@^0.2.5",
"rawSpec": "^0.2.5",
"scope": null,
"spec": ">=0.2.5 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/static-extend"
],
"_resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
"_shasum": "c35b1ef918ec3c990f9a5bc57be04aacec5c8116",
"_shrinkwrap": null,
"_spec": "define-property@^0.2.5",
"_where": "/home/beppe/Github/yahooApi/node_modules/static-extend",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/define-property/issues"
},
"dependencies": {
"is-descriptor": "^0.1.0"
},
"description": "Define a non-enumerable property on an object.",
"devDependencies": {
"mocha": "*",
"should": "^7.0.4"
},
"directories": {},
"dist": {
"shasum": "c35b1ef918ec3c990f9a5bc57be04aacec5c8116",
"tarball": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "5bf4e5e9d8d1fdf8fba07fff4bdf13a5d6df8ae4",
"homepage": "https://github.com/jonschlinkert/define-property",
"keywords": [
"define",
"define-property",
"enumerable",
"key",
"non",
"non-enumerable",
"object",
"prop",
"property",
"value"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "define-property",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/define-property.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"delegate-object",
"forward-object",
"mixin-deep",
"mixin-object"
]
}
},
"version": "0.2.5"
}