test/node_modules/fast-json-stable-stringify/package.json
2018-12-13 14:35:49 +01:00

114 lines
3.1 KiB
JSON

{
"_args": [
[
{
"name": "fast-json-stable-stringify",
"raw": "fast-json-stable-stringify@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/home/dorian/Documents/gitlab/test/node_modules/ajv"
]
],
"_from": "fast-json-stable-stringify@>=2.0.0 <3.0.0",
"_id": "fast-json-stable-stringify@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/fast-json-stable-stringify",
"_nodeVersion": "7.10.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/fast-json-stable-stringify-2.0.0.tgz_1508867040972_0.377122831530869"
},
"_npmUser": {
"email": "e.poberezkin@me.com",
"name": "esp"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"name": "fast-json-stable-stringify",
"raw": "fast-json-stable-stringify@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/ajv"
],
"_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
"_shasum": "d5142c0caee6b1189f87d3a76111064f86c8bbf2",
"_shrinkwrap": null,
"_spec": "fast-json-stable-stringify@^2.0.0",
"_where": "/home/dorian/Documents/gitlab/test/node_modules/ajv",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
},
"dependencies": {},
"description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
"devDependencies": {
"benchmark": "^2.1.4",
"coveralls": "^3.0.0",
"eslint": "^4.9.0",
"fast-stable-stringify": "latest",
"faster-stable-stringify": "latest",
"json-stable-stringify": "latest",
"nyc": "^11.2.1",
"pre-commit": "^1.2.2",
"tape": "~1.0.4"
},
"directories": {},
"dist": {
"shasum": "d5142c0caee6b1189f87d3a76111064f86c8bbf2",
"tarball": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz"
},
"gitHead": "43c016ad43684fb3dff2f94e6bc25cd39fdf7f3b",
"homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
"keywords": [
"json",
"stringify",
"deterministic",
"hash",
"stable"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "e.poberezkin@me.com",
"name": "esp"
}
],
"name": "fast-json-stable-stringify",
"nyc": {
"exclude": [
"test",
"node_modules"
],
"reporter": [
"lcov",
"text-summary"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
},
"scripts": {
"eslint": "eslint index.js test",
"test": "npm run eslint && nyc npm run test-spec",
"test-spec": "tape test/*.js"
},
"version": "2.0.0"
}