Changeset 79a0317 for imaps-frontend/node_modules/fastest-stable-stringify
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/fastest-stable-stringify/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "fastest-stable-stringify", 3 "version": "2.0.2", 2 "_from": "fastest-stable-stringify@^2.0.2", 3 "_id": "fastest-stable-stringify@2.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==", 6 "_location": "/fastest-stable-stringify", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "fastest-stable-stringify@^2.0.2", 12 "name": "fastest-stable-stringify", 13 "escapedName": "fastest-stable-stringify", 14 "rawSpec": "^2.0.2", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.2" 17 }, 18 "_requiredBy": [ 19 "/nano-css" 20 ], 21 "_resolved": "https://registry.npmjs.org/fastest-stable-stringify/-/fastest-stable-stringify-2.0.2.tgz", 22 "_shasum": "3757a6774f6ec8de40c4e86ec28ea02417214c76", 23 "_spec": "fastest-stable-stringify@^2.0.2", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/nano-css", 25 "bugs": { 26 "url": "https://github.com/streamich/fastest-stable-stringify/issues" 27 }, 28 "bundleDependencies": false, 29 "config": { 30 "commitizen": { 31 "path": "./node_modules/mol-conventional-changelog" 32 } 33 }, 34 "dependencies": {}, 35 "deprecated": false, 4 36 "description": "Fastest stable deterministic JSON.stringify()", 5 "main": "index.js",6 "dependencies": {},7 37 "devDependencies": { 8 38 "benchmark": "^2.1.4", 39 "chai": "^4.1.2", 9 40 "coveralls": "^3.0.0", 10 41 "eslint": "^4.9.0", 42 "fast-json-stable-stringify": "latest", 11 43 "fast-stable-stringify": "latest", 12 44 "faster-stable-stringify": "latest", 13 45 "json-stable-stringify": "latest", 14 " fast-json-stable-stringify": "latest",46 "mol-conventional-changelog": "1.2.0", 15 47 "nyc": "^11.2.1", 16 48 "pre-commit": "^1.2.2", 17 "tape": "~1.0.4", 18 "mol-conventional-changelog": "1.2.0", 19 "chai": "^4.1.2" 20 }, 21 "scripts": { 22 "eslint": "eslint index.js test", 23 "test-spec": "tape test/*.js", 24 "test": "npm run eslint && nyc npm run test-spec" 25 }, 26 "repository": { 27 "type": "git", 28 "url": "https://github.com/streamich/fastest-stable-stringify" 49 "tape": "~1.0.4" 29 50 }, 30 51 "homepage": "https://github.com/streamich/fastest-stable-stringify", … … 37 58 ], 38 59 "license": "MIT", 60 "main": "index.js", 61 "name": "fastest-stable-stringify", 39 62 "nyc": { 40 63 "exclude": [ … … 47 70 ] 48 71 }, 49 "config": { 50 "commitizen": { 51 "path": "./node_modules/mol-conventional-changelog" 52 } 53 } 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/streamich/fastest-stable-stringify.git" 75 }, 76 "scripts": { 77 "eslint": "eslint index.js test", 78 "test": "npm run eslint && nyc npm run test-spec", 79 "test-spec": "tape test/*.js" 80 }, 81 "version": "2.0.2" 54 82 }
Note:
See TracChangeset
for help on using the changeset viewer.