init source
This commit is contained in:
+60
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"cookiejar@2.1.2",
|
||||
"/home/app"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "cookiejar@2.1.2",
|
||||
"_id": "cookiejar@2.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==",
|
||||
"_location": "/cookiejar",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cookiejar@2.1.2",
|
||||
"name": "cookiejar",
|
||||
"escapedName": "cookiejar",
|
||||
"rawSpec": "2.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/chai-http",
|
||||
"/superagent"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.2.tgz",
|
||||
"_spec": "2.1.2",
|
||||
"_where": "/home/app",
|
||||
"author": {
|
||||
"name": "bradleymeck"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/bmeck/node-cookiejar/issues"
|
||||
},
|
||||
"description": "simple persistent cookiejar system",
|
||||
"devDependencies": {
|
||||
"jshint": "^2.9.4"
|
||||
},
|
||||
"files": [
|
||||
"cookiejar.js"
|
||||
],
|
||||
"homepage": "https://github.com/bmeck/node-cookiejar#readme",
|
||||
"jshintConfig": {
|
||||
"node": true
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "cookiejar.js",
|
||||
"name": "cookiejar",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/bmeck/node-cookiejar.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node tests/test.js"
|
||||
},
|
||||
"version": "2.1.2"
|
||||
}
|
||||
Reference in New Issue
Block a user