You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.7 KiB
77 lines
1.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"invariant@2.2.4",
|
|
"/Users/linhuakun/Downloads/nodejs/codewhy"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "invariant@2.2.4",
|
|
"_id": "invariant@2.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-YQ88ksk1nOHbYW5TgAjSP/NRWOY=",
|
|
"_location": "/invariant",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "invariant@2.2.4",
|
|
"name": "invariant",
|
|
"escapedName": "invariant",
|
|
"rawSpec": "2.2.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.2.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/compat-data",
|
|
"/@babel/helper-compilation-targets",
|
|
"/@babel/preset-env"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/invariant/download/invariant-2.2.4.tgz",
|
|
"_spec": "2.2.4",
|
|
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
|
|
"author": {
|
|
"name": "Andres Suarez",
|
|
"email": "zertosh@gmail.com"
|
|
},
|
|
"browser": "browser.js",
|
|
"browserify": {
|
|
"transform": [
|
|
"loose-envify"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zertosh/invariant/issues"
|
|
},
|
|
"dependencies": {
|
|
"loose-envify": "^1.0.0"
|
|
},
|
|
"description": "invariant",
|
|
"devDependencies": {
|
|
"browserify": "^11.0.1",
|
|
"flow-bin": "^0.67.1",
|
|
"tap": "^1.4.0"
|
|
},
|
|
"files": [
|
|
"browser.js",
|
|
"invariant.js",
|
|
"invariant.js.flow"
|
|
],
|
|
"homepage": "https://github.com/zertosh/invariant#readme",
|
|
"keywords": [
|
|
"test",
|
|
"invariant"
|
|
],
|
|
"license": "MIT",
|
|
"main": "invariant.js",
|
|
"name": "invariant",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zertosh/invariant.git"
|
|
},
|
|
"scripts": {
|
|
"test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
|
|
},
|
|
"version": "2.2.4"
|
|
}
|