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.
97 lines
2.4 KiB
97 lines
2.4 KiB
{ |
|
"_args": [ |
|
[ |
|
"source-map-url@^0.4.0", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/source-map-resolve" |
|
] |
|
], |
|
"_from": "source-map-url@>=0.4.0 <0.5.0", |
|
"_id": "source-map-url@0.4.0", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/source-map-url", |
|
"_nodeVersion": "5.0.0", |
|
"_npmUser": { |
|
"email": "simon.lydell@gmail.com", |
|
"name": "lydell" |
|
}, |
|
"_npmVersion": "3.3.6", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"name": "source-map-url", |
|
"raw": "source-map-url@^0.4.0", |
|
"rawSpec": "^0.4.0", |
|
"scope": null, |
|
"spec": ">=0.4.0 <0.5.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/source-map-resolve" |
|
], |
|
"_resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", |
|
"_shasum": "3e935d7ddd73631b97659956d55128e87b5084a3", |
|
"_shrinkwrap": null, |
|
"_spec": "source-map-url@^0.4.0", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/source-map-resolve", |
|
"author": { |
|
"name": "Simon Lydell" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/lydell/source-map-url/issues" |
|
}, |
|
"dependencies": {}, |
|
"description": "Tools for working with sourceMappingURL comments.", |
|
"devDependencies": { |
|
"expect.js": "~0.3.1", |
|
"jshint": "~2.4.3", |
|
"mocha": "~1.17.1" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"shasum": "3e935d7ddd73631b97659956d55128e87b5084a3", |
|
"tarball": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz" |
|
}, |
|
"gitHead": "f13c43ca675379922f26c87737fdcbbeac07eb09", |
|
"homepage": "https://github.com/lydell/source-map-url#readme", |
|
"keywords": [ |
|
"source map", |
|
"sourceMappingURL", |
|
"comment", |
|
"annotation" |
|
], |
|
"license": "MIT", |
|
"main": "source-map-url.js", |
|
"maintainers": [ |
|
{ |
|
"email": "simon.lydell@gmail.com", |
|
"name": "lydell" |
|
} |
|
], |
|
"name": "source-map-url", |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/lydell/source-map-url.git" |
|
}, |
|
"scripts": { |
|
"lint": "jshint source-map-url.js test/ ", |
|
"test": "npm run lint && npm run unit", |
|
"unit": "mocha" |
|
}, |
|
"testling": { |
|
"browsers": [ |
|
"ie/8..latest", |
|
"chrome/latest", |
|
"firefox/latest", |
|
"opera/12", |
|
"opera/latest", |
|
"safari/5", |
|
"iphone/6", |
|
"android-browser/4" |
|
], |
|
"files": "test/*.js", |
|
"harness": "mocha" |
|
}, |
|
"version": "0.4.0" |
|
}
|
|
|