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.
90 lines
2.2 KiB
90 lines
2.2 KiB
{ |
|
"_args": [ |
|
[ |
|
"resolve-url@^0.2.1", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/source-map-resolve" |
|
] |
|
], |
|
"_from": "resolve-url@>=0.2.1 <0.3.0", |
|
"_id": "resolve-url@0.2.1", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/resolve-url", |
|
"_npmUser": { |
|
"email": "simon.lydell@gmail.com", |
|
"name": "lydell" |
|
}, |
|
"_npmVersion": "1.4.4", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"name": "resolve-url", |
|
"raw": "resolve-url@^0.2.1", |
|
"rawSpec": "^0.2.1", |
|
"scope": null, |
|
"spec": ">=0.2.1 <0.3.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/source-map-resolve" |
|
], |
|
"_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", |
|
"_shasum": "2c637fe77c893afd2a663fe21aa9080068e2052a", |
|
"_shrinkwrap": null, |
|
"_spec": "resolve-url@^0.2.1", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/source-map-resolve", |
|
"author": { |
|
"name": "Simon Lydell" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/lydell/resolve-url/issues" |
|
}, |
|
"dependencies": {}, |
|
"description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.", |
|
"devDependencies": { |
|
"jshint": "~2.4.3", |
|
"tape": "~2.5.0", |
|
"testling": "~1.6.0" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"shasum": "2c637fe77c893afd2a663fe21aa9080068e2052a", |
|
"tarball": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz" |
|
}, |
|
"homepage": "https://github.com/lydell/resolve-url", |
|
"keywords": [ |
|
"resolve", |
|
"url" |
|
], |
|
"license": "MIT", |
|
"main": "resolve-url.js", |
|
"maintainers": [ |
|
{ |
|
"email": "simon.lydell@gmail.com", |
|
"name": "lydell" |
|
} |
|
], |
|
"name": "resolve-url", |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/lydell/resolve-url.git" |
|
}, |
|
"scripts": { |
|
"test": "jshint resolve-url.js test/ && testling -u" |
|
}, |
|
"testling": { |
|
"browsers": [ |
|
"ie/8..latest", |
|
"chrome/latest", |
|
"firefox/latest", |
|
"opera/12", |
|
"opera/latest", |
|
"safari/5", |
|
"iphone/6", |
|
"android-browser/4" |
|
], |
|
"files": "test/*.js" |
|
}, |
|
"version": "0.2.1" |
|
}
|
|
|