123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "_args": [
- [
- {
- "raw": "fast-json-stable-stringify@^2.0.0",
- "scope": null,
- "escapedName": "fast-json-stable-stringify",
- "name": "fast-json-stable-stringify",
- "rawSpec": "^2.0.0",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/ajv"
- ]
- ],
- "_from": "fast-json-stable-stringify@>=2.0.0 <3.0.0",
- "_id": "fast-json-stable-stringify@2.0.0",
- "_inCache": 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": {
- "name": "esp",
- "email": "e.poberezkin@me.com"
- },
- "_npmVersion": "4.2.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "fast-json-stable-stringify@^2.0.0",
- "scope": null,
- "escapedName": "fast-json-stable-stringify",
- "name": "fast-json-stable-stringify",
- "rawSpec": "^2.0.0",
- "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": "/Users/tennesseeg/blueCoin/node_modules/ajv",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "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": [
- {
- "name": "esp",
- "email": "e.poberezkin@me.com"
- }
- ],
- "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"
- }
|