Files
yahoo-thing/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/package.json
2019-01-25 01:39:48 +01:00

139 lines
3.4 KiB
JSON

{
"_args": [
[
"is-accessor-descriptor@^1.0.0",
"/home/beppe/Github/yahooApi/node_modules/snapdragon-node/node_modules/is-descriptor"
]
],
"_from": "is-accessor-descriptor@>=1.0.0 <2.0.0",
"_id": "is-accessor-descriptor@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/snapdragon-node/is-accessor-descriptor",
"_nodeVersion": "8.7.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/is-accessor-descriptor-1.0.0.tgz_1509516773874_0.014908343320712447"
},
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"name": "is-accessor-descriptor",
"raw": "is-accessor-descriptor@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/snapdragon-node/is-descriptor"
],
"_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
"_shasum": "169c2f6d3df1f992618072365c9b0ea1f6878656",
"_shrinkwrap": null,
"_spec": "is-accessor-descriptor@^1.0.0",
"_where": "/home/beppe/Github/yahooApi/node_modules/snapdragon-node/node_modules/is-descriptor",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
},
"contributors": [
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Rouven Weßling",
"url": "www.rouvenwessling.de"
}
],
"dependencies": {
"kind-of": "^6.0.0"
},
"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
"directories": {},
"dist": {
"integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
"shasum": "169c2f6d3df1f992618072365c9b0ea1f6878656",
"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "22b0a2617ccbebd131247c29e3700ca860d37d06",
"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
"keywords": [
"accessor",
"check",
"data",
"descriptor",
"get",
"getter",
"is",
"keys",
"object",
"properties",
"property",
"set",
"setter",
"type",
"valid",
"value"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "is-accessor-descriptor",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"is-accessor-descriptor",
"is-data-descriptor",
"is-descriptor",
"is-plain-object",
"isobject"
]
},
"tasks": [
"readme"
],
"toc": false
},
"version": "1.0.0"
}