72 lines
1.9 KiB
JSON
Executable File
72 lines
1.9 KiB
JSON
Executable File
{
|
|
"_from": "popsicle-rewrite@^1.0.0",
|
|
"_id": "popsicle-rewrite@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-HdTo6pwxgjUfuCD4eTTZkvf7kAc=",
|
|
"_location": "/popsicle-rewrite",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "popsicle-rewrite@^1.0.0",
|
|
"name": "popsicle-rewrite",
|
|
"escapedName": "popsicle-rewrite",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/typings-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/popsicle-rewrite/-/popsicle-rewrite-1.0.0.tgz",
|
|
"_shasum": "1dd4e8ea9c3182351fb820f87934d992f7fb9007",
|
|
"_spec": "popsicle-rewrite@^1.0.0",
|
|
"_where": "/nfs/repos/trunk/trunk-images/node_modules/typings-core",
|
|
"author": {
|
|
"name": "Laurent Bovet",
|
|
"email": "laurent.bovet@windmaster.ch",
|
|
"url": "http://lbovet.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lbovet/popsicle-rewrite/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Popsicle plugin to transform URLs before performing requests",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"es6-promise": "^3.1.2",
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^2.0.1",
|
|
"nock": "^8.0.0",
|
|
"popsicle": "^6.0.0",
|
|
"pre-commit": "^1.0.6",
|
|
"standard": "^7.0.1"
|
|
},
|
|
"files": [
|
|
"popsicle-rewrite.js",
|
|
"popsicle-rewrite.d.ts"
|
|
],
|
|
"homepage": "https://github.com/lbovet/popsicle-rewrite",
|
|
"keywords": [
|
|
"popsicle",
|
|
"plugin",
|
|
"rewrite"
|
|
],
|
|
"license": "MIT",
|
|
"main": "popsicle-rewrite.js",
|
|
"name": "popsicle-rewrite",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/lbovet/popsicle-rewrite.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"test": "npm run lint && npm run test-cov",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
|
|
"test-spec": "mocha -R spec --bail"
|
|
},
|
|
"typings": "popsicle-rewrite.d.ts",
|
|
"version": "1.0.0"
|
|
}
|