08-27-周三_17-09-29
This commit is contained in:
99
node_modules/is-property/package.json
generated
vendored
Normal file
99
node_modules/is-property/package.json
generated
vendored
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "is-property",
|
||||
"raw": "is-property@^1.0.2",
|
||||
"rawSpec": "^1.0.2",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.2 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/root/gitbook/node_modules/generate-function"
|
||||
]
|
||||
],
|
||||
"_from": "is-property@>=1.0.2 <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.2",
|
||||
"rawSpec": "^1.0.2",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.2 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/generate-function",
|
||||
"/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.2",
|
||||
"_where": "/root/gitbook/node_modules/generate-function",
|
||||
"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": {
|
||||
"integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==",
|
||||
"shasum": "57fe1c4e48474edd65b09911f26b1cd4095dda84",
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
|
||||
"sig": "MEYCIQCjTC6tT1G4fjbfTMIW6jZ8Xaijp8BrtlQIzyYDiCwgMAIhAMNj2p8iwFzFgh2iTvMLJum7UHmxkwbqowpm8LLDvZRf"
|
||||
}
|
||||
],
|
||||
"tarball": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz"
|
||||
},
|
||||
"gitHead": "0a85ea5b6b1264ea1cdecc6e5cf186adbb3ffc50",
|
||||
"homepage": "https://github.com/mikolalysenko/is-property",
|
||||
"keywords": [
|
||||
"is",
|
||||
"property",
|
||||
"json",
|
||||
"dot",
|
||||
"bracket",
|
||||
".",
|
||||
"[]"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "is-property.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "mikolalysenko@gmail.com",
|
||||
"name": "mikolalysenko"
|
||||
}
|
||||
],
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user