mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
# add dist
This commit is contained in:
101
ng2-components/ng2-alfresco-documentslist/dist/node_modules/json-stable-stringify/package.json
generated
vendored
Normal file
101
ng2-components/ng2-alfresco-documentslist/dist/node_modules/json-stable-stringify/package.json
generated
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"json-stable-stringify@^1.0.0",
|
||||
"/Users/mromano/dev/dev-platform-webcomponents/ng2-components/ng2-alfresco-documentslist/node_modules/gulp-typescript/node_modules/unique-stream"
|
||||
]
|
||||
],
|
||||
"_from": "json-stable-stringify@>=1.0.0 <2.0.0",
|
||||
"_id": "json-stable-stringify@1.0.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/json-stable-stringify",
|
||||
"_nodeVersion": "4.2.1",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-5-east.internal.npmjs.com",
|
||||
"tmp": "tmp/json-stable-stringify-1.0.1.tgz_1454436356521_0.9410459187347442"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "substack@gmail.com",
|
||||
"name": "substack"
|
||||
},
|
||||
"_npmVersion": "3.4.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "json-stable-stringify",
|
||||
"raw": "json-stable-stringify@^1.0.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-typescript/unique-stream"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
|
||||
"_shasum": "9a759d39c5f2ff503fd5300646ed445f88c4f9af",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "json-stable-stringify@^1.0.0",
|
||||
"_where": "/Users/mromano/dev/dev-platform-webcomponents/ng2-components/ng2-alfresco-documentslist/node_modules/gulp-typescript/node_modules/unique-stream",
|
||||
"author": {
|
||||
"email": "mail@substack.net",
|
||||
"name": "James Halliday",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/substack/json-stable-stringify/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsonify": "~0.0.0"
|
||||
},
|
||||
"description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
|
||||
"devDependencies": {
|
||||
"tape": "~1.0.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "9a759d39c5f2ff503fd5300646ed445f88c4f9af",
|
||||
"tarball": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz"
|
||||
},
|
||||
"gitHead": "4a3ac9cc006a91e64901f8ebe78d23bf9fc9fbd0",
|
||||
"homepage": "https://github.com/substack/json-stable-stringify",
|
||||
"keywords": [
|
||||
"json",
|
||||
"stringify",
|
||||
"deterministic",
|
||||
"hash",
|
||||
"sort",
|
||||
"stable"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "mail@substack.net",
|
||||
"name": "substack"
|
||||
}
|
||||
],
|
||||
"name": "json-stable-stringify",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/substack/json-stable-stringify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"testling": {
|
||||
"browsers": [
|
||||
"ie/8..latest",
|
||||
"ff/5",
|
||||
"ff/latest",
|
||||
"chrome/15",
|
||||
"chrome/latest",
|
||||
"safari/latest",
|
||||
"opera/latest"
|
||||
],
|
||||
"files": "test/*.js"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
Reference in New Issue
Block a user