setup-php/node_modules/urlgrey/package.json

100 lines
2.0 KiB
JSON
Raw Normal View History

2019-09-20 09:41:20 +07:00
{
"_args": [
[
"urlgrey@0.4.4",
"E:\\python\\setup-php"
]
],
"_from": "urlgrey@0.4.4",
"_id": "urlgrey@0.4.4",
"_inBundle": false,
"_integrity": "sha1-iS/pWWCAXoVRnxzUOJ8stMu3ZS8=",
"_location": "/urlgrey",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "urlgrey@0.4.4",
"name": "urlgrey",
"escapedName": "urlgrey",
"rawSpec": "0.4.4",
"saveSpec": null,
"fetchSpec": "0.4.4"
},
"_requiredBy": [
"/codecov"
],
"_resolved": "https://registry.npmjs.org/urlgrey/-/urlgrey-0.4.4.tgz",
"_spec": "0.4.4",
"_where": "E:\\python\\setup-php",
"author": {
"name": "Gregg Caines"
},
"browser": {
"url": "./browser/url.js",
"querystring": "./browser/querystring.js"
},
"bugs": {
"url": "https://github.com/cainus/urlgrey/issues"
},
"dependencies": {},
"description": "urlgrey is a library for url querying and manipulation",
"devDependencies": {
"browserify": "2.35.2",
"chai": "1.8.1",
"coveralls": "2.5.0",
"istanbul": "0.1.45",
"jscoverage": "0.3.6",
"jshint": "2.3.0",
"mocha": "1.8.1",
"mocha-lcov-reporter": "0.0.1",
"tape": "2.3.0",
"uglify-js": "2.4.3"
},
"directories": {
"test": "test"
},
"engine": {
"node": ">=0.8.6"
},
"homepage": "https://github.com/cainus/urlgrey#readme",
"keywords": [
"url",
"uri"
],
"license": "BSD-2-Clause",
"main": "index.js",
"maintainers": [
{
"name": "Gregg Caines",
"email": "gregg@caines.ca",
"url": "http://caines.ca"
}
],
"name": "urlgrey",
"repository": {
"type": "git",
"url": "git://github.com/cainus/urlgrey.git"
},
"scripts": {
"test": "make test-coveralls"
},
"testling": {
"browsers": [
"ie10",
"ie11",
"firefox/nightly",
"firefox/25",
"firefox/8",
"chrome/6",
"chrome/18",
"chrome/31",
"chrome/canary",
"opera/17"
],
"harness": "mocha",
"files": "test/index.js"
},
"version": "0.4.4"
}