source: imaps-frontend/node_modules/fastest-stable-stringify/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
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,
36 "description": "Fastest stable deterministic JSON.stringify()",
37 "devDependencies": {
38 "benchmark": "^2.1.4",
39 "chai": "^4.1.2",
40 "coveralls": "^3.0.0",
41 "eslint": "^4.9.0",
42 "fast-json-stable-stringify": "latest",
43 "fast-stable-stringify": "latest",
44 "faster-stable-stringify": "latest",
45 "json-stable-stringify": "latest",
46 "mol-conventional-changelog": "1.2.0",
47 "nyc": "^11.2.1",
48 "pre-commit": "^1.2.2",
49 "tape": "~1.0.4"
50 },
51 "homepage": "https://github.com/streamich/fastest-stable-stringify",
52 "keywords": [
53 "json",
54 "stringify",
55 "deterministic",
56 "hash",
57 "stable"
58 ],
59 "license": "MIT",
60 "main": "index.js",
61 "name": "fastest-stable-stringify",
62 "nyc": {
63 "exclude": [
64 "test",
65 "node_modules"
66 ],
67 "reporter": [
68 "lcov",
69 "text-summary"
70 ]
71 },
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"
82}
Note: See TracBrowser for help on using the repository browser.