Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/fast-json-stable-stringify/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "fast-json-stable-stringify",
    3   "version": "2.1.0",
     2  "_args": [
     3    [
     4      "fast-json-stable-stringify@2.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "fast-json-stable-stringify@2.1.0",
     10  "_id": "fast-json-stable-stringify@2.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
     13  "_location": "/fast-json-stable-stringify",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "fast-json-stable-stringify@2.1.0",
     19    "name": "fast-json-stable-stringify",
     20    "escapedName": "fast-json-stable-stringify",
     21    "rawSpec": "2.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.0"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/core",
     27    "/copy-webpack-plugin/ajv",
     28    "/css-minimizer-webpack-plugin/ajv",
     29    "/har-validator/ajv",
     30    "/mini-css-extract-plugin/ajv",
     31    "/schema-utils/ajv",
     32    "/terser-webpack-plugin/ajv",
     33    "/webpack-dev-middleware/ajv",
     34    "/webpack-dev-server/ajv",
     35    "/webpack/ajv"
     36  ],
     37  "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
     38  "_spec": "2.1.0",
     39  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     40  "author": {
     41    "name": "James Halliday",
     42    "email": "mail@substack.net",
     43    "url": "http://substack.net"
     44  },
     45  "bugs": {
     46    "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
     47  },
     48  "dependencies": {},
    449  "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": {},
    850  "devDependencies": {
    951    "benchmark": "^2.1.4",
     
    1759    "tape": "^4.11.0"
    1860  },
    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   },
    2861  "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
    2962  "keywords": [
     
    3467    "stable"
    3568  ],
    36   "author": {
    37     "name": "James Halliday",
    38     "email": "mail@substack.net",
    39     "url": "http://substack.net"
    40   },
    4169  "license": "MIT",
     70  "main": "index.js",
     71  "name": "fast-json-stable-stringify",
    4272  "nyc": {
    4373    "exclude": [
     
    4979      "text-summary"
    5080    ]
    51   }
     81  },
     82  "repository": {
     83    "type": "git",
     84    "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
     85  },
     86  "scripts": {
     87    "eslint": "eslint index.js test",
     88    "test": "npm run eslint && nyc npm run test-spec",
     89    "test-spec": "tape test/*.js"
     90  },
     91  "types": "index.d.ts",
     92  "version": "2.1.0"
    5293}
Note: See TracChangeset for help on using the changeset viewer.