You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.3 KiB
JSON

5 years ago
{
"_args": [
[
"is-promise@2.2.2",
"E:\\公司\\node\\logistics_node"
]
],
"_from": "is-promise@2.2.2",
"_id": "is-promise@2.2.2",
"_inBundle": false,
"_integrity": "sha1-OauVnMv5p3TPB597QMeib3YxNfE=",
"_location": "/is-promise",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-promise@2.2.2",
"name": "is-promise",
"escapedName": "is-promise",
"rawSpec": "2.2.2",
"saveSpec": null,
"fetchSpec": "2.2.2"
},
"_requiredBy": [
"/jstransformer"
],
"_resolved": "https://registry.npm.taobao.org/is-promise/download/is-promise-2.2.2.tgz",
"_spec": "2.2.2",
"_where": "E:\\公司\\node\\logistics_node",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/then/is-promise/issues"
},
"description": "Test whether an object looks like a promises-a+ promise",
"devDependencies": {
"better-assert": "^1.0.2",
"mocha": "~1.7.4"
},
"files": [
"index.js",
"index.mjs"
],
"homepage": "https://github.com/then/is-promise#readme",
"license": "MIT",
"main": "./index.js",
"name": "is-promise",
"repository": {
"type": "git",
"url": "git+https://github.com/then/is-promise.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "2.2.2"
}