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/to-object-path/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "to-object-path",
    3   "description": "Create an object path from a list or array of strings.",
    4   "version": "0.3.0",
    5   "homepage": "https://github.com/jonschlinkert/to-object-path",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/to-object-path",
     2  "_args": [
     3    [
     4      "to-object-path@0.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "to-object-path@0.3.0",
     10  "_id": "to-object-path@0.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
     13  "_location": "/to-object-path",
     14  "_phantomChildren": {
     15    "is-buffer": "1.1.6"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "to-object-path@0.3.0",
     21    "name": "to-object-path",
     22    "escapedName": "to-object-path",
     23    "rawSpec": "0.3.0",
     24    "saveSpec": null,
     25    "fetchSpec": "0.3.0"
     26  },
     27  "_requiredBy": [
     28    "/cache-base"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
     31  "_spec": "0.3.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    837  "bugs": {
    938    "url": "https://github.com/jonschlinkert/to-object-path/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2139  },
    2240  "dependencies": {
    2341    "kind-of": "^3.0.2"
    2442  },
     43  "description": "Create an object path from a list or array of strings.",
    2544  "devDependencies": {
    2645    "base": "^0.6.7",
    2746    "mocha": "*"
    2847  },
     48  "engines": {
     49    "node": ">=0.10.0"
     50  },
     51  "files": [
     52    "index.js"
     53  ],
     54  "homepage": "https://github.com/jonschlinkert/to-object-path",
    2955  "keywords": [
    3056    "dot",
     
    3561    "stringify"
    3662  ],
     63  "license": "MIT",
     64  "main": "index.js",
     65  "name": "to-object-path",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/jonschlinkert/to-object-path.git"
     69  },
     70  "scripts": {
     71    "test": "mocha"
     72  },
    3773  "verb": {
    3874    "related": {
     
    4581      ]
    4682    }
    47   }
     83  },
     84  "version": "0.3.0"
    4885}
Note: See TracChangeset for help on using the changeset viewer.