Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/fast-json-stable-stringify/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "fast-json-stable-stringify", 3 "version": "2.1.0", 2 "_from": "fast-json-stable-stringify@^2.0.0", 3 "_id": "fast-json-stable-stringify@2.1.0", 4 "_inBundle": false, 5 "_integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", 6 "_location": "/fast-json-stable-stringify", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "fast-json-stable-stringify@^2.0.0", 12 "name": "fast-json-stable-stringify", 13 "escapedName": "fast-json-stable-stringify", 14 "rawSpec": "^2.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.0" 17 }, 18 "_requiredBy": [ 19 "/ajv" 20 ], 21 "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", 22 "_shasum": "874bf69c6f404c2b5d99c481341399fd55892633", 23 "_spec": "fast-json-stable-stringify@^2.0.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/ajv", 25 "author": { 26 "name": "James Halliday", 27 "email": "mail@substack.net", 28 "url": "http://substack.net" 29 }, 30 "bugs": { 31 "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": {}, 35 "deprecated": false, 4 36 "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify", 5 "main": "index.js",6 "types": "index.d.ts",7 "dependencies": {},8 37 "devDependencies": { 9 38 "benchmark": "^2.1.4", … … 17 46 "tape": "^4.11.0" 18 47 }, 19 "scripts": {20 "eslint": "eslint index.js test",21 "test-spec": "tape test/*.js",22 "test": "npm run eslint && nyc npm run test-spec"23 },24 "repository": {25 "type": "git",26 "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"27 },28 48 "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify", 29 49 "keywords": [ … … 34 54 "stable" 35 55 ], 36 "author": {37 "name": "James Halliday",38 "email": "mail@substack.net",39 "url": "http://substack.net"40 },41 56 "license": "MIT", 57 "main": "index.js", 58 "name": "fast-json-stable-stringify", 42 59 "nyc": { 43 60 "exclude": [ … … 49 66 "text-summary" 50 67 ] 51 } 68 }, 69 "repository": { 70 "type": "git", 71 "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git" 72 }, 73 "scripts": { 74 "eslint": "eslint index.js test", 75 "test": "npm run eslint && nyc npm run test-spec", 76 "test-spec": "tape test/*.js" 77 }, 78 "types": "index.d.ts", 79 "version": "2.1.0" 52 80 }
Note:
See TracChangeset
for help on using the changeset viewer.