增加node_modules

This commit is contained in:
wushenghua
2016-11-29 17:40:27 +08:00
parent 9d9eb91211
commit 350f5f35b2
1499 changed files with 256576 additions and 2 deletions
+91
View File
@@ -0,0 +1,91 @@
{
"_args": [
[
"cookie@0.1.3",
"/Users/xmfish/Desktop/test/RN_AWord/server/node_modules/cookie-parser"
]
],
"_cnpm_publish_time": 1432084940719,
"_from": "cookie@0.1.3",
"_id": "cookie@0.1.3",
"_inCache": true,
"_installable": true,
"_location": "/cookie",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "cookie",
"raw": "cookie@0.1.3",
"rawSpec": "0.1.3",
"scope": null,
"spec": "0.1.3",
"type": "version"
},
"_requiredBy": [
"/cookie-parser"
],
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz",
"_shasum": "e734a5c1417fce472d5aef82c381cabb64d1a435",
"_shrinkwrap": null,
"_spec": "cookie@0.1.3",
"_where": "/Users/xmfish/Desktop/test/RN_AWord/server/node_modules/cookie-parser",
"author": {
"email": "shtylman@gmail.com",
"name": "Roman Shtylman"
},
"bugs": {
"url": "https://github.com/jshttp/cookie/issues"
},
"dependencies": {},
"description": "cookie parsing and serialization",
"devDependencies": {
"istanbul": "0.3.9",
"mocha": "1.x.x"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "e734a5c1417fce472d5aef82c381cabb64d1a435",
"size": 2835,
"tarball": "http://registry.npm.taobao.org/cookie/download/cookie-0.1.3.tgz"
},
"engines": {
"node": "*"
},
"files": [
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "f46097723c16f920a7b9759e154c34792e1d1a3b",
"homepage": "https://github.com/jshttp/cookie",
"keywords": [
"cookie",
"cookies"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "cookie",
"optionalDependencies": {},
"publish_time": 1432084940719,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/cookie.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
},
"version": "0.1.3"
}