babel-preset-test-bundled-dependencies
Version:
Allow custom config for create-react-app without ejecting
123 lines (122 loc) • 3.28 kB
JSON
{
"_args": [
[
{
"raw": "url-parse@^1.0.1",
"scope": null,
"escapedName": "url-parse",
"name": "url-parse",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"/Users/spion/Documents/create-react-app/packages/react-scripts/node_modules/sockjs-client"
]
],
"_from": "url-parse@>=1.0.1 <2.0.0",
"_id": "url-parse@1.1.4",
"_inCache": true,
"_location": "/url-parse",
"_nodeVersion": "6.7.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/url-parse-1.1.4.tgz_1475744279000_0.6669016974046826"
},
"_npmUser": {
"name": "swaagie",
"email": "info@martijnswaagman.nl"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "url-parse@^1.0.1",
"scope": null,
"escapedName": "url-parse",
"name": "url-parse",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/sockjs-client"
],
"_resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.1.4.tgz",
"_shasum": "5cd835a39f4b6c1dc00bad07bc492efe3815eea6",
"_shrinkwrap": null,
"_spec": "url-parse@^1.0.1",
"_where": "/Users/spion/Documents/create-react-app/packages/react-scripts/node_modules/sockjs-client",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/unshiftio/url-parse/issues"
},
"dependencies": {
"querystringify": "0.0.x",
"requires-port": "1.0.x"
},
"description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
"devDependencies": {
"assume": "1.4.x",
"browserify": "13.1.x",
"istanbul": "0.4.x",
"mocha": "3.0.x",
"pre-commit": "1.1.x",
"zuul": "3.11.x"
},
"directories": {},
"dist": {
"shasum": "5cd835a39f4b6c1dc00bad07bc492efe3815eea6",
"tarball": "https://registry.npmjs.org/url-parse/-/url-parse-1.1.4.tgz"
},
"gitHead": "5ffabdd8e558e01eccfb304f9c477e926e69fa2c",
"homepage": "https://github.com/unshiftio/url-parse#readme",
"keywords": [
"URL",
"parser",
"uri",
"url",
"parse",
"query",
"string",
"querystring",
"stringify"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
},
{
"name": "swaagie",
"email": "info@martijnswaagman.nl"
},
{
"name": "unshift",
"email": "npm@unshift.io"
},
{
"name": "v1",
"email": "npm@3rd-Eden.com"
}
],
"name": "url-parse",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/unshiftio/url-parse.git"
},
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"browserify": "mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js",
"coverage": "istanbul cover _mocha -- test.js",
"test": "mocha test.js",
"test-browser": "zuul -- test.js",
"test-node": "istanbul cover _mocha --report lcovonly -- test.js",
"watch": "mocha --watch test.js"
},
"version": "1.1.4"
}