Website/node_modules/is-property/package.json

85 lines
2 KiB
JSON

{
"_args": [
[
"is-property@^1.0.0",
"/Users/okennedy/Documents/Website/node_modules/generate-object-property"
]
],
"_from": "is-property@>=1.0.0 <2.0.0",
"_id": "is-property@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/is-property",
"_nodeVersion": "0.10.26",
"_npmUser": {
"email": "mikolalysenko@gmail.com",
"name": "mikolalysenko"
},
"_npmVersion": "2.1.4",
"_phantomChildren": {},
"_requested": {
"name": "is-property",
"raw": "is-property@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/generate-object-property"
],
"_resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
"_shasum": "57fe1c4e48474edd65b09911f26b1cd4095dda84",
"_shrinkwrap": null,
"_spec": "is-property@^1.0.0",
"_where": "/Users/okennedy/Documents/Website/node_modules/generate-object-property",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/is-property/issues"
},
"dependencies": {},
"description": "Tests if a JSON property can be accessed using . syntax",
"devDependencies": {
"tape": "~1.0.4"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "57fe1c4e48474edd65b09911f26b1cd4095dda84",
"tarball": "http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz"
},
"gitHead": "0a85ea5b6b1264ea1cdecc6e5cf186adbb3ffc50",
"homepage": "https://github.com/mikolalysenko/is-property",
"keywords": [
".",
"[]",
"bracket",
"dot",
"is",
"json",
"property"
],
"license": "MIT",
"main": "is-property.js",
"maintainers": [
{
"name": "mikolalysenko",
"email": "mikolalysenko@gmail.com"
}
],
"name": "is-property",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/is-property.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.2"
}