{
"_from": "npm-package-arg@^6.0.0",
"_id": "npm-package-arg@6.0.0",
"_inBundle": false,
"_integrity": "sha512-hwC7g81KLgRmchv9ol6f3Fx4Yyc9ARX5X5niDHVILgpuvf08JRIgOZcEfpFXli3BgESoTrkauqorXm6UbvSgSg==",
"_location": "/npm-package-arg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "npm-package-arg@^6.0.0",
"name": "npm-package-arg",
"escapedName": "npm-package-arg",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/ember-cli"
],
"_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.0.0.tgz",
"_shasum": "8cce04b49d3f9faec3f56b0fe5f4391aeb9d2fac",
"_spec": "npm-package-arg@^6.0.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/npm/npm-package-arg/issues"
},
"bundleDependencies": false,
"dependencies": {
"hosted-git-info": "^2.5.0",
"osenv": "^0.1.4",
"semver": "^5.4.1",
"validate-npm-package-name": "^3.0.0"
},
"deprecated": false,
"description": "Parse the things that can be arguments to `npm install`",
"devDependencies": {
"standard": "9.0.2",
"tap": "^10.3.0"
},
"directories": {
"test": "test"
},
"files": [
"npa.js"
],
"homepage": "https://github.com/npm/npm-package-arg",
"license": "ISC",
"main": "npa.js",
"name": "npm-package-arg",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npm-package-arg.git"
},
"scripts": {
"test": "standard && tap -J --coverage test/*.js"
},
"version": "6.0.0"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|