source: imaps-frontend/node_modules/object-assign/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: 1.8 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "object-assign@^4.1.1",
3 "_id": "object-assign@4.1.1",
4 "_inBundle": false,
5 "_integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
6 "_location": "/object-assign",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "object-assign@^4.1.1",
12 "name": "object-assign",
13 "escapedName": "object-assign",
14 "rawSpec": "^4.1.1",
15 "saveSpec": null,
16 "fetchSpec": "^4.1.1"
17 },
18 "_requiredBy": [
19 "/eslint-plugin-react/prop-types"
20 ],
21 "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
22 "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
23 "_spec": "object-assign@^4.1.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-plugin-react/node_modules/prop-types",
[d565449]25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
[79a0317]30 "bugs": {
31 "url": "https://github.com/sindresorhus/object-assign/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "ES2015 `Object.assign()` ponyfill",
36 "devDependencies": {
37 "ava": "^0.16.0",
38 "lodash": "^4.16.4",
39 "matcha": "^0.7.0",
40 "xo": "^0.16.0"
41 },
[d565449]42 "engines": {
43 "node": ">=0.10.0"
44 },
45 "files": [
46 "index.js"
47 ],
[79a0317]48 "homepage": "https://github.com/sindresorhus/object-assign#readme",
[d565449]49 "keywords": [
50 "object",
51 "assign",
52 "extend",
53 "properties",
54 "es2015",
55 "ecmascript",
56 "harmony",
57 "ponyfill",
58 "prollyfill",
59 "polyfill",
60 "shim",
61 "browser"
62 ],
[79a0317]63 "license": "MIT",
64 "name": "object-assign",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/sindresorhus/object-assign.git"
68 },
69 "scripts": {
70 "bench": "matcha bench.js",
71 "test": "xo && ava"
72 },
73 "version": "4.1.1"
[d565449]74}
Note: See TracBrowser for help on using the repository browser.