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/for-in/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "for-in",
    3   "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
    4   "version": "1.0.2",
    5   "homepage": "https://github.com/jonschlinkert/for-in",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
    9     "Paul Irish (http://paulirish.com)"
     2  "_args": [
     3    [
     4      "for-in@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/for-in",
     8  "_development": true,
     9  "_from": "for-in@1.0.2",
     10  "_id": "for-in@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
     13  "_location": "/for-in",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "for-in@1.0.2",
     19    "name": "for-in",
     20    "escapedName": "for-in",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/mixin-deep"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
     29  "_spec": "1.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1235  "bugs": {
    1336    "url": "https://github.com/jonschlinkert/for-in/issues"
    1437  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     38  "contributors": [
     39    {
     40      "name": "Jon Schlinkert",
     41      "email": "jon.schlinkert@sellside.com",
     42      "url": "http://twitter.com/jonschlinkert"
     43    },
     44    {
     45      "name": "Paul Irish",
     46      "url": "http://paulirish.com"
     47    }
    1848  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
     49  "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
    2650  "devDependencies": {
    2751    "gulp-format-md": "^0.1.11",
    2852    "mocha": "^3.2.0"
    2953  },
     54  "engines": {
     55    "node": ">=0.10.0"
     56  },
     57  "files": [
     58    "index.js"
     59  ],
     60  "homepage": "https://github.com/jonschlinkert/for-in",
    3061  "keywords": [
    3162    "for",
     
    4273    "value"
    4374  ],
     75  "license": "MIT",
     76  "main": "index.js",
     77  "name": "for-in",
     78  "repository": {
     79    "type": "git",
     80    "url": "git+https://github.com/jonschlinkert/for-in.git"
     81  },
     82  "scripts": {
     83    "test": "mocha"
     84  },
    4485  "verb": {
    4586    "run": true,
     
    65106      "reflinks": true
    66107    }
    67   }
     108  },
     109  "version": "1.0.2"
    68110}
Note: See TracChangeset for help on using the changeset viewer.