first commit
This commit is contained in:
75
build/node_modules/package-json/package.json
generated
vendored
Normal file
75
build/node_modules/package-json/package.json
generated
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"_from": "package-json@^2.0.0",
|
||||
"_id": "package-json@2.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-DRW9Z9HLvduyyiIv8u24a8sxqLs=",
|
||||
"_location": "/package-json",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "package-json@^2.0.0",
|
||||
"name": "package-json",
|
||||
"escapedName": "package-json",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/latest-version"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz",
|
||||
"_shasum": "0d15bd67d1cbbddbb2ca222ff2edb86bcb31a8bb",
|
||||
"_spec": "package-json@^2.0.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/latest-version",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/package-json/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"got": "^5.0.0",
|
||||
"registry-auth-token": "^3.0.1",
|
||||
"registry-url": "^3.0.3",
|
||||
"semver": "^5.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Get the package.json of a package from the npm registry",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"mock-private-registry": "^1.1.0",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/package-json#readme",
|
||||
"keywords": [
|
||||
"npm",
|
||||
"registry",
|
||||
"package",
|
||||
"pkg",
|
||||
"package.json",
|
||||
"json",
|
||||
"module",
|
||||
"scope",
|
||||
"scoped"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "package-json",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/package-json.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "2.4.0"
|
||||
}
|
||||
Reference in New Issue
Block a user